home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / qbbs / evntdump.zip / EVNTDUMP.DOC next >
Text File  |  1990-07-01  |  4KB  |  106 lines

  1.  ┌────────────────────────────────────────────────────────────────────────────┐
  2.  │      EVNTDUMP · EventDump version 1.0 · Copyright (C) 1990 RodentWare      │
  3.  └────────────────────────────────────────────────────────────────────────────┘
  4.                         Michael Reece / James Calvert 
  5.       
  6.      - Restrictions -
  7.            
  8.      EventDump is copyrighted to RodentWare.  It may not be edited in
  9.      any way for any reason.  If there are any changes you would like to
  10.      see made to this program, please contact the authors.  RodentWare
  11.      programmers are Michael Reece and James Calvert; contact by netmail
  12.      to 1:3801/42, or via the RA_SUPPORT of RA_UTIL FidoNet support
  13.      conferences.
  14.       
  15.      EventDump is released under the ShareWare agreement.  If you use
  16.      this program, and like the output it presents, a one-time donation
  17.      to the authors of 5$ (US) or greater would be appreciated.  Any
  18.      donation of 25$ (US) or greater will register you for this and all
  19.      other RodentWare products, both existing and future programs.
  20.       
  21.      The authors of this program take no responsibility for damages
  22.      occurring to you and/or your computer equipment because of the use or
  23.      inability to use this software.  The authors uphold no warranty
  24.      expressed or implied.
  25.       
  26.      This program may not be used in any commercial environment, or
  27.      government institution, or any other environment when business
  28.      transactions take place, whether nonprofit or profit.  If you have
  29.      any questions, direct them to the authors.
  30.       
  31.      All rights reserved.
  32.       
  33.       
  34.      - Purpose -
  35.       
  36.      EventDump reads the system event configuration files created by the
  37.      RemoteAccess software package, and present its output to the
  38.      screen, file, or device.  It should be run with the following
  39.      command:
  40.       
  41.                   EVNTDUMP [PAUSE|LOG <filename>]
  42.       
  43.      Below is a description of the available command line parameters.
  44.       
  45.           * PAUSE - This parameter will pause output after each page of
  46.             output displayed.
  47.       
  48.           * LOG   - This parameter should be followed by a 1-8 character 
  49.             filename with a 0-3 character extension in the form of
  50.             'FILENAME.EXT'.  This parameter allows file/device logging of
  51.             the output.
  52.  
  53.      Examples:
  54.       
  55.           EVNTDUMP
  56.             - directs output to console, with no page pausing
  57.       
  58.           EVNTDUMP PAUSE
  59.             - directs output to console, pausing each area
  60.       
  61.           EVNTDUMP LOG PRN
  62.             - directs output to printer
  63.       
  64.           EVNTDUMP LOG C:\RA\TXTFILES\EVENTS.ASC
  65.             - directs output to 'c:\ra\txtfiles\events.asc'
  66.       
  67.      Minimal file error checking is done, to prevent obvious mistakes.
  68.      If you encounter _any_ errors or bugs, please notify me via netmail
  69.      or the RemoteAccess support echos.
  70.  
  71.      An errorlevel of 1 is returned when any error is encountered.
  72.       
  73.       
  74.      - Miscellaneous -
  75.       
  76.      When looking for EVENTS.RA and/or CONFIG.RA, EventDump will first
  77.      check the current subdirectory.  If it is not found, it will check
  78.      the path defined by the 'RA' environment variable.
  79.       
  80.      The output if formatted similar to the entry format in RACONFIG,
  81.      for easy reference and understanding.  There are other RodentWare
  82.      programs to do related purposes:
  83.       
  84.       ConfigDump - Displays information of board configuration
  85.       ConfDump   - Displays information of message board configuration
  86.       FileDump   - Displays information of file area configuration
  87.       ProtoDump  - Displays information of external protocol configuration
  88.       
  89.      These programs are available for File Request from 1:3801/42 as:
  90.       
  91.        CFGDUMP.ZIP   (magic name - CONFIGDUMP)
  92.        CONFDUMP.ZIP  (magic name - CONFDUMP)
  93.        FILEDUMP.ZIP  (magic name - FILEDUMP)
  94.        PROTDUMP.ZIP  (magic name - PROTODUMP)
  95.  
  96.      * RemoteAccess is a trademark of Continental Software.
  97.       
  98.      Direct all questions, bug reports, and suggestions to the authors
  99.      at:
  100.       
  101.           Improbability Drive II            Michael Reece
  102.           Ph # : 214/566-5162       -or-    3700 MacDonald #210
  103.           Fido : 1:3801/42                  Tyler TX USA 75701
  104.       
  105.      [..End of Text..]
  106.